home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / biz / dbase / db3_4src.lha / db3.4 / ToolBox.h < prev    next >
C/C++ Source or Header  |  1995-08-14  |  382b  |  20 lines

  1. #include <exec/types.h>
  2. #include <intuition/intuition.h>
  3.  
  4.  
  5. #define TBWinLeft 1024    /* i.e. To the right :-) */
  6. #define TBWinTop 100
  7.  
  8. #define TBGadW 42
  9. #define TBGadH 31
  10.  
  11. enum ToolBoxIDs { CheckBoxID, CycleID, StringID };
  12.  
  13. extern struct Gadget ToolBoxGadgets[];
  14.  
  15.  
  16. /* Functions you may call */
  17.  
  18. struct Window *OpenToolBox(struct Window *parent);
  19. void CloseToolBox(struct Window *win);
  20.